home *** CD-ROM | disk | FTP | other *** search
- #ifndef __COLOR_SCROLL_BAR_H_
- #define __COLOR_SCROLL_BAR_H_
-
- #include "sbar.h"
-
- class ColorScrollBar : public ScrollBar
- {
- public:
- ColorScrollBar(loc pos, ORIENT type, int len,
- int tot, int page_size, int cur = 0);
- virtual void decrease();
- virtual int get_screen_pos(int meter_len);
- virtual void increase();
- virtual void meter_show(loc m, int meter_len, ORIENT direction,
- int p, int pattern);
- };
-
- #endif __COLOR_SCROLL_BAR_H_